#timer p,
p {
  color: #555;
}

#error,
#timer {
  display: inline-block;
  float: left;
}

#timer p,
.btn {
  font-weight: 700;
}

body {
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

footer,
header,
section {
  clear: both;
}

* {
  margin: 0;
  padding: 0;
}

#wrapper {
  margin: 0auto;
  max-width: 400px;
  border: 0px solid #303030;
  border-radius: 0px;
}

h1 {
  font-size: 20px;
}

p {
  font-size: 14px;
  padding: 5px 0;
}

#timer {
  max-width: 290px;
  width: 65%;
}

#timer p {
  font-size: 14px;
}

#error {
  max-width: 120px;
  width: 35%;
}

#error img {
  width: 100%;
}

.btn {
  background-color: #6d96f1;
  border-radius: 5px;
  color: #fff;
  display: block;
  line-height: 50px;
  max-width: 275px;
  width: 275px;
}

.red {
  color: red;
}

.container {
  padding-left: 8px;
  padding-right: 8px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
